home *** CD-ROM | disk | FTP | other *** search
- README for GNU indent version 1.5
-
-
- Type "make" to produce the indent program. Typing "make install" will
- install the executable and the info node. They are installed by default,
- respectively, in /usr/local/bin/indent and /usr/local/info/indent.info.
-
- To change the place where indent is installed, specify the prefix
- directory like so:
-
- make prefix=/usr/gnu
-
- This will generate a makefile that will install indent as
- /usr/gnu/bin/indent and the info node as /usr/gnu/info/indent.info.
-
- To specify separate executable and info directories, specify them like
- this:
-
- make prefix=/doc exec_prefix=/usr
-
- which will generate a makefile that will install indent as
- /usr/bin/indent and the info node as /doc/info/indent.info.
-
-
- For more information on the configuration process, as well as changes
- from the previous version, look at the file RELEASE-NOTES.
-
-
- Please address bug-reports to bug-gnu-utils@prep.ai.mit.edu
-